local tArgs = {...}

if #tArgs >= 1 then
 shell.executeScript(shell.resolve(tArgs[1]))
else
 gui.printAppInfo("script", "filename not specified")
end